-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
storage: add new ImportEpoch DeleteRangePredicate #120048
Conversation
29f210d
to
b1d06f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad we'll get this in before branch cut!
# | ||
# Import 1 from t [1,2] | ||
# More writes at t3 | ||
# Import 2 from t [4,g] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: s/g/5/r
b1d06f5
to
1a1f256
Compare
When set, MVCCDeleteRangePredicate will delete any values with ImportEpoch's in their MVCCValueHeader that is >= the given ImportEpoch predicate. Release note: none Epic: None
1a1f256
to
bf282fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
bors r=msbutler |
Build succeeded: |
When set, MVCCDeleteRangePredicate will delete any values with
ImportEpoch's in their MVCCValueHeader that is >= the given
ImportEpoch predicate.
Release note: none
Epic: None